Pro-Cloud API Web Service
Method/ProCloudWS.asmx/ActivityItemCancel
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/ActivityItemCancel (Method)
Description
This web method allows you to cancel an activity. You will need to add an activity id that you want to cancel and user email address.
Request (ActivityItemCancelSoapIn)

The request body is of type ActivityItemCancel.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

 

xml:string

This is an "ActivityId" field which is used to cancel an activity in the system (can be obtained via the ProviderGetOpenOrdersByEmailAddress web method)

Integer

 

xml:int

This is an "EmailAddress” field which will validate against "ActivityId" if it is a correct account to request the cancellation and use for auditing purposes.

String(min 1 max 100)

xml:string
strEmailAddress Element intActivityId Element strPassword Element objProviderGUId Element Sequence ActivityItemCancel Element

Overview

Sequence
strPassword optional xs:string
strEmailAddress optional xs:string
Response (ActivityItemCancelSoapOut)

The response body is of type ActivityItemCancelResponse.

Response Body Parameters

NameDescriptionData Type
 objActivityItemCancelReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence ActivityItemCancelResult Element Sequence ActivityItemCancelResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="utf-8"?>
<objActivityItemCancelReturn xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://pro-cloud.org/">
  <intErrorId>0</intErrorId>
  <strErrorMsg />
  <xmlDataSet>
    <NewDataSet xmlns="">
      <ActivityItemCancel>
        <Column1>0</Column1>
        <Column2 />
      </ActivityItemCancel>
    </NewDataSet>
  </xmlDataSet>
</objActivityItemCancelReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service